home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / shutdown / shutdown.man < prev   
Text File  |  1989-11-28  |  2KB  |  62 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/cmds/shutdown/RCS/shutdown.man,v 1.5 89/11/28 15:50:14 douglis Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS SHUTDOWN cmds
  13. .BS
  14. .SH NAME
  15. shutdown \- shutdown and possibly reboot the system
  16. .SH SYNOPSIS
  17. \fBshutdown \fR[\fB\-hSrdfq\fR] [\fB\-R \fIrebootStr\fR] [\fB\-S \fIsleepTime\fR]
  18. .SH OPTIONS
  19. .IP "\fB\-d\fR" 18
  20. Enter the debugger after shutting the system down.
  21. .IP "\fB\-f\fR" 18
  22. Don't check the disks when rebooting.  Unless the \fB\-d\fR or \fB\-h\fR
  23. options are specified then \fB\-f\fR implies \fB\-r\fR.
  24. .IP "\fB\-h\fR" 18
  25. Force the system to halt.  This is the default unless the \fB\-f\fR or
  26. \fB\-s\fR options are
  27. used.
  28. .IP "\fB\-r\fR" 18
  29. Reboot instead of halt.  This will use whatever is the default reboot string
  30. of the hardware.
  31. .IP "\fB\-R \fIrebootStr\fR" 18
  32. Reboot the system with \fIrebootStr\fR as the string to reboot with.
  33. .IP "\fB\-w\fR" 18
  34. Don't write the file system cache back to disk or to the server.
  35. The default is to write it back.
  36. .IP "\fB\-s\fR" 18
  37. Reboot single user mode. Unless the \fB\-d\fR or \fB\-h\fR
  38. options are specified then \fB\-s\fR implies \fB\-r\fR.
  39. .IP "\fB\-c\fR" 18
  40. Reboot a fileserver as a client.  This causes a fileserver to ignore the
  41. /boot directory on its local root partition. See the \fBboot\fR man
  42. page for more details.
  43. .IP "\fB\-x\fR" 18
  44. Causes a fileserver to run \fBrootcmds\fR before \fBdiskcmds\fR on reboot.
  45. .IP "\fB\-q\fR" 18
  46. Do not use \fIwall\fR to announce the shutdown and do not pause before
  47. shutting down. 
  48. .IP "\fB\-S \fIsleepTime\fR" 18
  49. Sleep \fIsleepTime\fR seconds after running \fIwall\fR.
  50. .BE
  51.  
  52. .SH INTRODUCTION
  53. .LP
  54. This command shuts down the operating system.  By default the system
  55. is halted. However the system can be made to reboot or enter the debugger
  56. by specifying the correct options.  By default, the shutdown is
  57. announced (on the local host only) using \fIwall\fR and the shutdown
  58. is delayed by several 
  59. seconds to give people a chance to complain.  
  60. .SH KEYWORDS
  61. halt, reboot, shutdown, fastboot, boot
  62.